home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / hewitt.swf / scripts / DefineSprite_464 / frame_6 / DoAction_2.as next >
Encoding:
Text File  |  2011-06-09  |  345 b   |  16 lines

  1. _root.micon.gotoAndStop(3);
  2. _root.lvl.hewitt.walk.stop();
  3. _root.take = _root.micon._currentframe;
  4. if(_root.merri._currentframe == 1)
  5. {
  6.    _root.bgSound.setVolume(_root.snd_calc / 4);
  7. }
  8. i = 1;
  9. while(i < 40)
  10. {
  11.    _root.inven["box" + i]._visible = false;
  12.    i++;
  13. }
  14. _root.min_objects = 1;
  15. _root.max_objects = _root.total_objects + 1;
  16.